broadway: Fix typo that broke window hiding
authorAlexander Larsson <alexl@redhat.com>
Mon, 14 Mar 2011 08:51:54 +0000 (09:51 +0100)
committerAlexander Larsson <alexl@redhat.com>
Mon, 14 Mar 2011 08:51:54 +0000 (09:51 +0100)
gdk/broadway/broadway.js

index 17fb6a137bc380552c11d9e2665babcd953761f5..86649f4d26347512c40383a22c1e6b69e0639f91 100644 (file)
@@ -125,7 +125,7 @@ function handleCommands(cmd_obj)
       case 'H':
         var id = base64_16(cmd, i);
         i = i + 3;
-       surfaces[id].canvas.style["display"] = "inline";
+       surfaces[id].canvas.style["display"] = "none";
         break;
 
       /* delete surface */